,System.Reactive.Timestamped{-0})}
Timestamped.op_Equality(Timestamped, Timestamped) operator¶
Defined in
Type: TimestampedSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static bool operator ==(Timestamped<T> first, Timestamped<T> second)
Summary: Determines whether the two specified Timestamped values have the same Value and Timestamp.
Parameters
| Name | Type | Description |
|---|---|---|
first | [Timestamped | The first [Timestamped](# value to compare. |
second | [Timestamped | The second [Timestamped](# value to compare. |
Returns: bool -- true if the first Timestamped value has the same Value and Timestamp as the second Timestamped value; otherwise, false.